*, *:before, *:after {
    box-sizing: border-box;
}

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.42857;
	color: #000000;
}
.bold, .amount{
	font-weight: bold;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: none !important;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}

.col-md-12,.col-lg-12,.col-sm-12,.col-xs-12 {
	width: 100% !important;
	float: left;
}

.col-md-11,.col-lg-11,.col-sm-11,.col-xs-11 {
	width: 91.6667% !important;
	float: left;
}

.col-md-10,.col-lg-10,.col-sm-10,.col-xs-10 {
	width: 83.33333% !important;
	float: left;
}

.col-md-9,.col-lg-9,.col-sm-9,.col-xs-9 {
	width: 75% !important;
	float: left;
}

.col-md-8,.col-lg-8,.col-sm-8,.col-xs-8 {
	width: 66.6667% !important;
	float: left;
}

.col-md-7,.col-lg-7,.col-sm-7,.col-xs-7 {
	width: 58.3333% !important;
	float: left;
}

.col-md-6,.col-lg-6,.col-sm-6,.col-xs-6 {
	width: 50% !important;
	float: left;
}

.col-md-5,.col-lg-5,.col-sm-5,.col-xs-5 {
	width: 41.6667% !important;
	float: left;
}

.col-md-4,.col-lg-4,.col-sm-4,.col-xs-4 {
	width: 33.3333% !important;
	float: left;
}

.col-md-3,.col-lg-3,.col-sm-3,.col-xs-3 {
	width: 25% !important;
	float: left;
}

.col-md-2,.col-lg-2,.col-sm-2,.col-xs-2 {
	width: 16.6667% !important;
	float: left;
}

.col-md-1,.col-lg-1,.col-sm-1,.col-xs-1 {
	width: 8.33333% !important;
	float: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.containerRow {
	background: none repeat scroll 0 0 #CCDBE9;
	border: 1px solid #E7E7E7;
	border-radius: 4px 4px 4px 4px;
}
.rightColumnPrint{
	width: 100% !important;
	float: left;
}

a,i {
	color: #00458A;
}

.grey {
	color: #333333;
}

.green {
	color: #9CC12B;
}

.lightGreenBg {
	background: none repeat scroll 0 0 #EBF3D5 !important;
}

.lightGreen {
	color: #B8C396;
}

.darkGreenBg {
	background: none repeat scroll 0 0 #CDE095;
}

.white {
	color: #FFFFFF;
}

.darkBlue {
	color: #00458A;
}

.lightBlue {
	color: #7FA5C8;
}

.bgGreen {
	background-color: #9CC12B;
	color: #FFFFFF;
}

.blue2Btn {
	background-color: #b5cae0;
	color: #00458A;
}

.blue2Btn:hover,.blue2Btn:focus {
	background-color: #b5cae0;
	color: #00458A;
}

.lightBlueBtn {
	background-color: #CCDBE9;
	color: #00458A;
}

.lightBlueBtn:hover,.lightBlueBtn:focus {
	background-color: #CCDBE9;
	color: #00458A;
}

.blueBtn {
	background-color: #336aa1;
	color: #FFFFFF;
	font-weight: bold;
}

.blueBtn:hover,.blueBtn:focus {
	background-color: #124f8c;
	color: #FFFFFF;
}

.logo {
	height: auto;
	width: 100px;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}
.text-center {
    text-align: center;
}

.table {
	font-size: 11px;
	margin-bottom: 20px;
	width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* hr { */
/*     border: 1px solid; */
/*     margin-bottom: 20px; */
/*     margin-top: 20px; */
/* } */
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #333;
    border-image: none;
    border-style: solid;
    margin-bottom: 20px;
    margin-top: 20px;
}

.printH2 {
    border-bottom: 1px solid;
    font-size: 16px;
}


.table>thead>tr>th {
	border-bottom: 3px solid #000000;
	vertical-align: bottom;
	text-align: left;
	width: auto !important;
}

.table>tfoot>tr>th {
	border-top: 3px solid #000000;
	text-align: left;
	vertical-align: bottom;
}

.table th,.table td {
	padding: 2px 5px 2px 2px !important;
}

.table td {
    border-bottom: 1px solid #333;
    border-top: medium none !important;
}
.table tr:last-child td {
    border-bottom: medium none !important;
}

.pageWrapper {
	margin: 0 auto;
}

.page {
	margin: 0 auto;
	width: 470px;
}

.inner {
	border: 1px solid #808080;
	padding: 1px 10px;
	margin-bottom: 1em;
}

.summary {
	font-size: 1.17em;
	padding: 10px;
}

h1 {
    font-size: 22px;
    text-align: center;
}

.pageWrapper h1 {
	padding: 0.67em 0;
	text-align: center;
	margin: 0;
}
h2, .h2 {
    font-size: 18px;
}
.bottomDiv{
	
}

.wrapperHeader, .wrapperFooter, .menu, .ui-datepicker, .tooltip{
	display: none !important;
}
body.modal-open > *, body.modal-open .modal-backdrop {
    display: none;
}
body.modal-open .modal-dialog {
    margin: 0;
    width: 100%;
}
/*vypneme defaultni chovani bs*/
a[href]:after { 
    content: "";
}
.cardDetail_subBox .labelGrey {
    font-weight: bold;
}
.cardDetail_subBox {
    margin-bottom: 5px;
}
.labelDetailBox > span {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.page-header {
    border-bottom: 1px solid #333;
    margin: 20px 0;
    padding-bottom: 9px;
}
.inline-block {
    display: inline-block;
}
.pohybySum {
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
    white-space: nowrap;
    width: 100% !important;
	float: left;
}
.pohybySum div {
    border-right: 1px solid #ddd;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
}
.pohybySum div:last-child {
    border-right: medium none;
    margin-right: 0;
    padding-right: 0;
}
.visible-print-tableTr td {
    display: table-cell;
}
.printLogo{
	text-align: right;
}
.tableSum{
	width: 100% !important;
	float: left;
}

.widget_box > div {
	height: 100%;
}